The H5T_GET_OFFSET function returns the bit offset of the first significant bit in an atomic datatype. The offset is the number of bits of padding that follows the significant bits (for big endian) or precedes the significant bits (for little endian).
Result = H5T_GET_OFFSET(Datatype_id)
Returns the bit offset.
An integer representing the datatype’s identifier to be queried.
None
5.6 |
Introduced |